home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / gu11.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1989-12-17  |  198b  |  9 lines

  1. echo off
  2. echo This command will print the Grund Utilities user manual on an
  3. echo IBM-compatible graphics printer.
  4. pause
  5. pctl 27 69
  6. copy userman.prn prn
  7. pctl 27 70
  8. echo user manual printed.
  9.